Method MaterializeManyAsync<TProps>(IReadOnlyList<IRedbObject>, IEnumerable<long>?)
Batch materialize Props for multiple objects.
Loads values from database and populates Props property on each object.
Task MaterializeManyAsync<TProps>(IReadOnlyList<IRedbObject> objects, IEnumerable<long>? projectedStructureIds = null) where TProps : class, new()